Clean up code to use the model directly
authorBenjamin Otte <otte@gnome.org>
Fri, 19 Jun 2009 20:36:26 +0000 (22:36 +0200)
committerBenjamin Otte <otte@gnome.org>
Thu, 15 Oct 2009 20:00:08 +0000 (22:00 +0200)
commit3e385ffd077d5e8f888a2688642b90a0cbe75de8
treecb8f5e9b9a9247ab6b3b559262df9af87a7a06b6
parent30c1a1ee2c471f975d6bf3cb0cef608d428c7a77
Clean up code to use the model directly

A lot of code special cases accesses to the tree view for the different
browse modes, which was previously necessary, because the models were
different. Now that they are identical in the first columns, there is no
such need anymore, and the functions don't need to be special cased.
gtk/gtkfilechooserdefault.c